home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0616 / _setup.1 / SignatureMaster.exe / 0 / RCDATA / TSPLASH / TSPLASH.txt < prev   
Encoding:
Text File  |  1996-09-29  |  1.9 KB  |  93 lines

  1. object Splash: TSplash
  2.   Left = 246
  3.   Top = 152
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 178
  7.   ClientWidth = 344
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 344
  21.     Height = 178
  22.     Align = alClient
  23.     BevelWidth = 2
  24.     TabOrder = 1
  25.     object FlashingLabel1: TFlashingLabel
  26.       Left = 12
  27.       Top = 132
  28.       Width = 319
  29.       Height = 16
  30.       Caption = 'This screen is not displayed after Registration'
  31.       Font.Color = clMaroon
  32.       Font.Height = -13
  33.       Font.Name = 'MS Sans Serif'
  34.       Font.Style = [fsBold]
  35.       ParentFont = False
  36.       Visible = False
  37.       WordWrap = True
  38.       Flashing = True
  39.       Interval = 1000
  40.     end
  41.     object Image1: TImage
  42.       Left = 6
  43.       Top = 6
  44.       Width = 32
  45.       Height = 32
  46.       AutoSize = True
  47.       Center = True
  48.       Picture.Data = {<image000.ico>}
  49.       Stretch = True
  50.     end
  51.     object Image2: TImage
  52.       Left = 60
  53.       Top = 18
  54.       Width = 200
  55.       Height = 50
  56.       AutoSize = True
  57.       Picture.Data = {<image001.bmp>}
  58.       Stretch = True
  59.     end
  60.     object Label1: TLabel
  61.       Left = 9
  62.       Top = 72
  63.       Width = 325
  64.       Height = 13
  65.       Alignment = taCenter
  66.       Caption = '32-bit Signature/Tagline Manager for Windows 95/NT'
  67.     end
  68.     object Label2: TLabel
  69.       Left = 60
  70.       Top = 156
  71.       Width = 224
  72.       Height = 13
  73.       Caption = 'For Registration information, see README.TXT'
  74.       Font.Color = clNavy
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = []
  78.       ParentFont = False
  79.     end
  80.   end
  81.   object Done: TButton
  82.     Left = 132
  83.     Top = 99
  84.     Width = 79
  85.     Height = 25
  86.     Caption = '&Ok'
  87.     Default = True
  88.     Enabled = False
  89.     TabOrder = 0
  90.     OnClick = DoneClick
  91.   end
  92. end
  93.